﻿@charset "utf-8";
/* CSS Document */

/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
.tit , .list{/*菜单的宽度*/
} 

/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
overflow:hidden;
width:200px;
	height: 30px;
	position: relative;	
}
.tit a ,.tit a:link , .tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #333;
	display:block;
	text-decoration:none;
	width:183px;
	background-repeat: no-repeat;
	background-position: 166px 6px;
	cursor: pointer;
	 line-height:30px; padding-left:30px; background:url(Img/Icon02.gif) no-repeat 10px 10px; background:url(Img/Icon02.gif) no-repeat 10px 8px\9;
}
.tit a:hover{
	color: #fff;/*鼠标经过时的颜色*/
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{
	background-image: url(images/arrow_up.gif);/*向上的箭头-暗色*/
}
.on:hover{
	background-image: url(images/arrow_up_o.gif);/*向上的箭头-亮色*/
}
.off{
	background-image: url(images/arrow_down.gif);/*向下的箭头-暗色*/
}
.off:hover{
	background-image: url(images/arrow_down_o.gif);/*向下的箭头-亮色*/
}
/*标题图标样式*/
.titpic {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 0px;
	bottom: 0px;
}


/*每一个标题图标，可变的部分*/
#pc1{
	background: url(images/pepo.png) no-repeat;
}
#pc2{
	background: url(images/st.png) no-repeat;
}
#pc3{
	background: url(images/ring.png) no-repeat;
}
#pc4{
	background: url(images/pic.png) no-repeat;
}
#pc5{
	background: url(images/mv.png) no-repeat;
}
#pc6{
	background: url(images/up.png) no-repeat;
}
#pc7{
	background: url(images/help.png) no-repeat;
}
/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.list{
	font-size: 12px;
	color: #002280;
	text-align:left;
	voice-family:"\"}\"";
	voice-family:inherit;
	overflow:hidden;
}
html>body .list {
}
.list ul{
	overflow:hidden;
list-style-type:none;
margin:0;
padding:0;
background:#fff;
}
.list li{
margin:0;
padding:0;
}
/*============
菜单链接的样式
==============*/
.list a{
color:#002280;
text-decoration:none;
}
.list a:link,.list a:visited{
color:#002280;
 line-height:30px; padding-left: 30px; display:block; padding-left:30px; background:none;}

.list a:hover{
color:#296DC1;
text-decoration:underline;
border-left: 5px #000 solid; padding-left: 35px;
}
.list a:active{
color:#296DC1;
}

/*每一个菜单体的背景图片可变部分*/
#menu1_child{
		overflow:hidden;
	width:200px;
}
/*#menu2_child{
	background-image:url(images/bgring.png);
}
*/#menu3_child{
	background-image:url(images/bgring.png);

}
#menu4_child{
	background-image:url(images/bgpic.png);

}
#menu5_child{
	background-image:url(images/bgmv.png);
}

/*每一个列表前的，列表图标*/
#m1_1{
}
#m1_2{
}
#m1_3{
}
#m1_4{
}
/*2*/
#m2_1{
}
#m2_2{
}
#m2_3{
}
#m2_4{
}
/*3*/
#m3_1{
}
#m3_2{
}
#m3_3{
}
#m3_4{
}
/*4*/
#m4_1{
}
#m4_2{
}
#m4_3{
}
#m4_4{
}
#m4_5{
}
/*5*/
#m5_1{
}
#m5_2{
}
#m5_3{
}
#m5_4{
}
/*6*/
#m6_1{
}
#m6_2{
}
#m6_3{
}
#m6_4{
}
